home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Novel Template / card_11060.txt < prev    next >
Text File  |  1990-04-02  |  778b  |  39 lines

  1. -- card: 11060 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 10971
  5. -- name: Event 1
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put card field "event 1" of card "Plot 1" into bkgnd field "event 1"
  9. end openCard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 0006
  15. -- rect: left=265 top=75 right=96 bottom=286
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Return
  24. ----- HyperTalk script -----
  25. on mouseDown
  26.   set hilite of button "Return" to true
  27. end mouseDown
  28. on mouseUp
  29.   set hilite of button "Return" to false
  30.   go to card "Plot Menu"
  31. end mouseUp
  32.  
  33.  
  34.  
  35.  
  36. -- part contents for background part 2
  37. ----- text -----
  38. Event One
  39.